From 384a79bf3177fef61f677fdcc2b96ce6fdc47d0b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 15 Jan 2013 22:04:58 -0800 Subject: [PATCH] * configure.ac: Document that --enable-gcc-warnings emits errors. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0862df8015..5111f31f817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-01-16 Paul Eggert + + * configure.ac: Document that --enable-gcc-warnings emits errors. + (Bug#13448) + 2013-01-13 Glenn Morris * make-dist: Add options for xz compression and no compression. diff --git a/configure.ac b/configure.ac index a0974caa6a3..e122e4c18ad 100644 --- a/configure.ac +++ b/configure.ac @@ -627,7 +627,7 @@ fi AC_ARG_ENABLE([gcc-warnings], [AS_HELP_STRING([--enable-gcc-warnings], - [turn on lots of GCC warnings. This is intended for + [turn on lots of GCC warnings/errors. This is intended for developers, and may generate false alarms when used with older or non-GNU development tools.])], [case $enableval in -- 2.30.2